/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font-family: "PT Sans", sans-serif; font-size: 18px; line-height: 1.5; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; margin: 0 auto; }

figcaption { font-size: 15.75px; margin: 0.5em 0; color: #828282; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-family: "PT Sans", sans-serif; font-weight: 700; line-height: 1.2; }

/** Links */
a { color: #cc4714; text-decoration: none; }

a:hover { color: #ff8311; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; }

blockquote > :last-child { margin-bottom: 0; }

/** Horizontal rules */
hr { border: 0; height: 1px; background-color: #e8e8e8; margin: 1em 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: scroll; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { margin-right: auto; margin-left: auto; padding-right: 90px; padding-left: 90px; }

@media screen and (max-width: 900px) { .wrapper { max-width: -webkit-calc(900px - (30px* 2)); max-width: calc(900px - (30px* 2)); padding-right: 30px; padding-left: 30px; } }

/** Clearfix */
.footer-col-wrapper:after, .wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }

.icon > svg path { fill: #828282; }

/** Responsive videos see: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; margin-bottom: 15px; }

.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/** Site header */
.site-header { border-bottom: 1px solid #828282; min-height: 56px; line-height: 56px; padding-top: 30px; background: url(/img/banner2.svg) no-repeat center; background-size: cover; text-shadow: 0 0 2px white; position: relative; }

.site-title-wrapper { float: left; height: 150px; }

.site-title { display: flex; align-items: center; font-family: "Quantico", sans-serif; font-style: italic; font-weight: 700; font-size: 4em; line-height: 1; margin-top: 10px; }

.site-title, .site-title:visited { color: #424242; }

@media screen and (max-width: 480px) { .site-title { font-size: 48px; } }

.site-title img { width: 90px; vertical-align: middle; margin-bottom: 6px; }

.tagline { font-family: "Quantico", sans-serif; font-weight: 400; color: #424242; font-size: 1em; line-height: 1em; margin-top: 0px; margin-left: 90px; padding-left: 5px; white-space: nowrap; display: block; }

@media screen and (max-width: 480px) { .tagline { margin-left: 0px; } }

.tagline a { font-weight: 700; color: #0098eb; }

.site-nav { float: right; height: 150px; display: flex; justify-content: flex-end; flex-direction: column; }

@media screen and (max-width: 480px) { .site-nav { height: auto; } }

.site-nav .page-link { color: #111; font-family: "Quantico", sans-serif; line-height: 1.5; font-weight: 700; }

.site-nav .page-link:not(:first-child) { margin-left: 20px; }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; background-color: whitesmoke; padding: 30px 0; }

.site-footer h2 { font-family: "Quantico", sans-serif; font-weight: 700; font-style: italic; font-size: 24px; color: #111; cursor: default; margin-bottom: 15px; }

.site-footer h2 .logo { width: 40px; margin-bottom: 4px; }

.site-footer .text { padding-bottom: 15px; border-bottom: 1px solid #828282; }

.site-footer h3 { font-size: 16px; margin-bottom: 0; }

.site-footer .contact-list li { margin-bottom: 15px; }

.site-footer .contact-list li a { display: block; }

.site-footer .copyright-info { font-size: 14px; margin: 0.5em 0; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.contact-list img, .social-media-list img { width: 20px; vertical-align: text-top; }

.footer-col-wrapper { font-size: 16px; color: #424242; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(60% - (30px / 2)); width: calc(60% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(30% - (30px / 2)); width: calc(30% - (30px / 2)); float: right; }

@media screen and (max-width: 480px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

/** Page content */
.page-header { margin-bottom: 30px; }

.page-title { font-size: 42px; line-height: 1; margin-bottom: 0.1em; color: #0098eb; font-family: "Quantico", sans-serif; text-align: center; }

@media screen and (max-width: 900px) { .page-title { font-size: 36px; } }

.about-subheader { color: #424242; font-style: italic; }

.page-content { padding: 30px 0; }

.page-heading { font-size: 20px; }

.post-meta { font-size: 15.75px; border-bottom: 1px solid #e8e8e8; padding-bottom: 0.5em; }

.post-meta .date { float: right; }

/** Posts */
.post-header { margin-bottom: 30px; max-width: -webkit-calc(900px - (30px)); max-width: calc(900px - (30px)); padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

.post-title { font-size: 42px; line-height: 1; margin-bottom: 0.1em; }

@media screen and (max-width: 900px) { .post-title { font-size: 36px; } }

.post-teaser { font-size: 24px; line-height: 1.2; margin: 0.6em 0; color: #424242; font-weight: 400; }

.post-content { max-width: -webkit-calc(900px - (30px)); max-width: calc(900px - (30px)); padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; margin-bottom: 30px; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 900px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; margin-top: 30px; }

@media screen and (max-width: 900px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 900px) { .post-content h4 { font-size: 18px; } }

.post-content figure.left { float: left; margin-right: 15px; }

.post-content figure.right { float: right; margin-left: 15px; }

.post-content figure.left, .post-content figure.right { width: 50%; }

@media screen and (max-width: 480px) { .post-content figure.left, .post-content figure.right { width: 100%; float: none; margin-left: 0; margin-right: 0; } }

.post-content figure img { border: 1px solid #e8e8e8; }

.post-content .fullwidth { width: 100vw; margin-left: calc( (100vw - (900px - (30px * 2))) / -2); }

@media screen and (max-width: 900px) { .post-content .fullwidth { margin-left: -15px; } }

.post-content .correction { font-style: italic; font-size: 0.8em; }

.key-takeaways { border-bottom: 3px solid #0098eb; padding: 1em 1em 0.5em; margin-bottom: 1em; }

.key-takeaways h2 { font-family: "Quantico", sans-serif; color: #0098eb; font-weight: 400; margin-bottom: 0; font-size: 24px; text-align: center; }

.key-takeaways ul { list-style-type: none; margin-bottom: 0; margin: 0 0 0 1em; }

.key-takeaways ul li { position: relative; line-height: 1.4; margin: 0.5em 0; }

.key-takeaways ul li p { margin: 0; }

.key-takeaways ul li:before { content: "\203a"; font-size: 1.5em; position: absolute; top: -8px; left: -14px; color: #0098eb; }

.prev-next-post { overflow: hidden; margin-bottom: 1em; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: baseline; align-items: baseline; }

@media screen and (max-width: 480px) { .prev-next-post { display: block; } }

.prev-next-post a { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 0; flex-basis: 0; max-width: 35%; font-size: 14px; color: #0098eb; box-sizing: border-box; padding: 1em; line-height: 1.2; }

.prev-next-post a.prev { float: left; }

@media screen and (max-width: 480px) { .prev-next-post a.prev { float: none; } }

.prev-next-post a.next { float: right; text-align: right; }

@media screen and (max-width: 480px) { .prev-next-post a.next { float: none; } }

.prev-next-post a:hover { color: #3fbbff; }

.prev-next-post a h3 { margin-bottom: 0.25em; }

.about-the-author { clear: both; border-top: 1px solid #e8e8e8; padding-top: 1.5em; }

.about-the-author h2 { color: #0098eb; text-align: center; font-size: 26px; margin-bottom: 30px; }

.about-the-author .authors-list { display: flex; flex-wrap: wrap; justify-content: space-around; }

.author { overflow: hidden; margin: 0 15px 15px 15px; width: 250px; }

@media screen and (max-width: 480px) { .author { width: 300px; } }

.author p { font-size: 14px; text-align: center; margin-bottom: 5px; }

.author h3 { margin-bottom: 0px; margin-top: 0px; text-align: center; }

.author h4 { font-weight: 400; font-style: italic; color: #828282; text-align: center; margin-bottom: 5px; }

.author ul.contact { list-style-type: none; margin-left: 0; display: flex; justify-content: center; }

.author ul.contact li { display: inline-block; margin: 0px 10px; }

.author ul.contact img { width: 20px; vertical-align: text-top; }

.author .mug { width: 250px; height: 250px; object-fit: cover; display: block; margin: auto; margin-bottom: 5px; }

@media screen and (max-width: 480px) { .author .mug { height: 300px; width: 300px; } }

#jump-to-visualization { background-color: rgba(61, 72, 153, 0.05); border: 1px solid rgba(61, 72, 153, 0.125); display: none; float: right; padding: 0.2em 0.4em; margin: 0 0 1em 1em; }

/** Authors */
.author-page .page-subheading { color: #0098eb; font-family: "Quantico", sans-serif; text-align: center; font-size: 42px; margin-bottom: 45px; }

.author-page .authors-list { display: flex; flex-wrap: wrap; justify-content: space-around; }

@media screen and (max-width: 480px) { .author-page .authors-list { justify-content: space-evenly; } }

.author-page .author { width: 250px; }

@media screen and (max-width: 480px) { .author-page .author { width: 300px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086b3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

/*# sourceMappingURL=main.css.map */